<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.divListChild 
{
          z-index:10;
}
.menutab
{
	  margin:auto;
	  background-color:rgb(110,110,110);
	  width:1010x;
	  border:solid 1px rgb(90,0,0) ;
	  border-collapse:collapse;
          height:28px;
          padding:0px 0px 0px 0px
}

.menutd
{
	 color:#ffffff;
	 width:30px;
	 text-align:center;
	 vertical-align:middle;
	 font-size:13px;
	 font-family:微软雅黑;
	 
	 white-space:nowrap;
         padding:0px 0px 0px 4px
	 text-decoration:none;
	 height:20px;
	 border-top: 1px solid Gray;
	 border-bottom: 1px solid Gray;
	 border-left: 1px solid Gray;
	 border-right: 0;
	 cursor:pointer;	 
}

#cfi_menu a{ 
color:#ffffff;
text-decoration:none;
} 

.menuicon
{
	color:#ffffff;
	 width:15px;
	 text-align:left;
	 vertical-align:middle;	
	 height:20px;
	 cursor:pointer;
	 font-size:6pt;
	 border-top: 1px solid Gray;
	 border-bottom: 1px solid Gray;
	 border-right: 1px solid Gray;
	 border-left: 0;
}

.divListChild
{
	 border-left:1px solid Gray;
	 border-right:1px solid Gray;
	 border-bottom:1px solid Gray;
	 position:absolute;
	 background-color:rgb(255,255,255);
	 margin:0;
}
#searchcaption
{
 font-size:13px;
 font-family:微软雅黑;
 color:rgb(200,200,200);
 width:30px;
 padding-left:5px
}
#divMenuChild table tr
{
     height:20px;
}

#divMenuChild table td
{
    font-size:10pt;	
}

#divMenuChild table a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 2px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    
    background: #ffffff;
    color: rgb(50,50,50);
    font-family: 宋体;
    font-size: 9pt;           
}
#divMenuChild table a:hover
{
    color: rgb(100,100,100);
    background:rgb(200,200,200);
}

#formsearch {
 margin-top: 0px;
 margin-bottom: 0px;
 
}


</pre></body></html>